menubars now have shadow=NONE
authorcinamod <cinamod>
Wed, 5 Nov 2003 17:47:36 +0000 (17:47 +0000)
committercinamod <cinamod>
Wed, 5 Nov 2003 17:47:36 +0000 (17:47 +0000)
modules/engines/ms-windows/ChangeLog.old
modules/engines/ms-windows/Theme/gtk-2.0/gtkrc

index a74956e6f2ace6a0341567065e041b3f6ea9c461..be844136b28ee739a68d8e6799da56bfc5dd7dad 100755 (executable)
@@ -2,6 +2,9 @@
 \r
        * src/wimp_style.c: Toolbar steppers get drawn ETCHED_IN when pressed now. More \r
        consistent with Win32 behavior.\r
+       * src/Theme/gtk-2.0/gtkrc: Make menubars have shadow=NONE. More\r
+       consisten with Win32 behavior, though Win32 apps tend to differ in this\r
+       area.\r
        \r
 2003-11-04  Dom Lachowicz <cinamod@hotmail.com>\r
 \r
index 951343c7b1dcb247744c4527ed97cb18f1737ab4..180395e7a4ae7910e0d4ab538bbda0b927957c49 100755 (executable)
@@ -3,7 +3,7 @@ style "wimp-default"
   GtkWidget::interior_focus = 1
   GtkOptionMenu::indicator_size = { 9, 5 }
   GtkOptionMenu::indicator_spacing = { 7, 5, 2, 2 }
-  GtkMenuBar::shadow-type = etched-in
+  GtkMenuBar::shadow-type = none
   GtkToolbar::shadow-type = etched-in
   GtkHandleBox::shadow-type = none
   GtkSpinButton::shadow-type = in
@@ -16,4 +16,4 @@ style "wimp-default"
   }
 }
 
-class "GtkWidget" style "wimp-default"
+class "*" style "wimp-default"